2026.6 - #1684
Merged
Merged
Conversation
javierggt
force-pushed
the
2026.6-branch
branch
2 times, most recently
from
April 7, 2026 14:05
1348aea to
f35a722
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ska3-flight 2026.6
This PR includes:
commands.observations.get_observationsto use the observation'smanvr_startandobs_stop(as opposed toobs_startandobs_stop).commands.observations.get_starcats.paths.load_url_from_load_name) to get the URL for a load directory on either icxc or OCCweb based on the load name.Interface Impacts:
Requires
scenario="flight"if there is no internet.This might require changes in downstream code, e.g.
mica.starcheck.get_starcheck_catalogends up callingget_observations, so now that would fail without internet. Kadi scenario can be set globally via the environment variableKADI_SCENARIO="flight"(either programatically or in a shell).New data file
There are new kadi archive files
$SKA/data/kadi/cmds3.{h5,pkl}that need to be synced.If the files are not present, kadi falls back to use the previous version, which is fine unless one intends to use the scheduled OBSID.
Other changes in kadi
type=LOAD_EVENT tlmsid=OBSIDcommands.obsid_schedto the output ofget_observations().obsid_schedto query the scheduled ObsID.conf.matching_block_sizeconfiguration variable for testing.KADI_CMDS_VERSIONto explicitly specify the cmds archive version.get_load_cmds_from_occweb_or_local, thearchivekwarg is renamed toin_workfor clarity. This function is private in practice.Testing:
skare3 dashboard and test result password at https://icxc.cfa.harvard.edu/aspect/skare3_dash_cred.txt
The latest release candidates will be installed in
/proj/sot/ska3/teston HEAD, and all release candidates will be available for testing from the usual channels:If this release includes an update to ska3-perl, the install process for Aspect will include that. Note: ska3-perl is generally not needed for non-Aspect users.
Review
All operations critical or impacting PR's are independently and carefully reviewed. For other PR's the level of detail for review is calibrated to operations criticality. Some PR's that are confined to aspect-team-specific processing may have little to no independent review.
Deployment
ska3-flight 2026.6 will be promoted to flight conda channel and installed on HEAD and GRETA Linux upon approval of FSDS Jira ticket.
Code changes
ska3-flight changes (2026.1 -> 2026.6rc2)
Updated Packages
Related Issues
Fixes #1681